projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e604fd0
)
babl: util.h fix double include guard
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 17 Aug 2017 00:05:40 +0000
(
02:05
+0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Fri, 18 Aug 2017 21:02:38 +0000
(23:02 +0200)
babl/base/util.h
patch
|
blob
|
history
diff --git
a/babl/base/util.h
b/babl/base/util.h
index 2d346b4bc3d5019604d281f6884a1fdab4e3246e..e273087540725f14883929595cebb4dfe739a0db 100644
(file)
--- a/
babl/base/util.h
+++ b/
babl/base/util.h
@@
-51,7
+51,6
@@
dst[i]+=dst_pitch[i]; \
}
-#endif
#define BABL_USE_SRGB_GAMMA
@@
-109,3
+108,5
@@
babl_gamma_2_2_to_linearf (float value)
#define babl_linear_to_gamma_2_2f(value) (powf((value), (1.0f/2.2f)))
#define babl_gamma_2_2_to_linearf(value) (powf((value), 2.2f))
#endif
+
+#endif